home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1103 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: newsfeed.internetmci.com!panix!usenet
  2. From: Jeffrey O. Katz <off@panix.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Idle curiosity: Delphi properties in C++
  5. Date: 9 Jan 1996 10:45:43 GMT
  6. Organization: Scientific Consultant Services, Inc.
  7. Message-ID: <4cth0n$47n@news1.panix.com>
  8. References: <L0u7wg2yqzFJ083yn@iaccess.za>
  9. NNTP-Posting-Host: off.dialup.access.net
  10. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  11.  
  12. >   vincer@iaccess.za (Vince Risi) writes:
  13. >  In article <4cm1hp$mok$1@canberra.DIALix.oz.au>,
  14. >  fruitbat@canberra.DIALix.oz.au (Paul Sleigh) wrote:
  15. >  > I freely admit I'm a Delphi programmer
  16. >  >
  17. >  > One major advantage Delphi has over Borland Pascal 7.0, Visual Basic and
  18. >  > (apparently) C++ is called a property.
  19. >  
  20. >  You cannot seriously believe that the C++ community will even concede
  21. >  that properties are COOL. Next thing you will be trying to convince
  22. >  them that units are COOL. BS may even have to concede that the greatly
  23. >  extended Borland Pascal is COOL. Heresy!
  24. >  
  25. >  Vince
  26. >  =====
  27. >  
  28. >>>>
  29.  
  30. I am a C++ programmer (and reallly like the language), yet I think having properties
  31. would be great!  I also use VB, which has a limited form of property construct, for
  32. developing front-ends for C++ DLLs.  I am planning to get DELPHI.  Another thing
  33. that would be cool is if the calling conventions for classes would be standardized
  34. so that one could use C++ classes (in a DLL, and without special C wrappers)
  35. from a DELPHI program.  OLE attempts to do this, but is very slow, and horrifically
  36. complex.
  37.  
  38.     Jeff
  39.